@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url('https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff');
}

body {
  padding-top: 54px;
  color: #373a48;
  font-family: San Francisco;
  font-size: 110%;
}

.companyName {
  font-weight: 450;
}

@media (min-width: 1200px) {
  body {
    padding-top: 56px;
  }
}

.navbar {
  background-color: #f4efef !important;
}

.nav-link {
  color: #373a48 !important;
}

.fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.companyInfo {
  padding-top: 50px;
}

.info {
  padding: 50px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('images/services.jpg');
}

/* .bg-blue{
  background-color: #373a48 !important;
} */
h1 {
  padding-top: 25px;
}

.info_image img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  transition: opacity .5s;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #F9F9F9;
}

.link {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.info_image:hover .overlay {
  opacity: 1;
}

/* hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px;
} */
.row {
  padding: 50px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
  -o-transition: -o-transform 1.2s ease-in-out !important;
  transition: transform 1.2s ease-in-out !important;
}

.carousel-caption {
  text-shadow: 1px 1px black;
  width: 50rem;
  margin: 0 auto;
  background-color: rgb(80, 80, 80, 0.4);
}

.portfolio-item {
  margin-bottom: 30px;
}

.card {
  background-color: #f4efef;
  color: #373a48;
  transition: 0.3s;
}

.card:hover {
  box-shadow: 30px 30px 30px 0 rgba(0, 0, 0, 0.2);
}

.btn {
  background-color: #7c7f8b;
  color: white;
  border-color: white;
}

.aboutUs {
  padding-top: 0px;
}

.qualities-section {
  padding: 1rem 0 0;
}

.qualities-section .card {
  border: 0;
  background-color: #f4efef;
  border-bottom: 0.25rem solid #373a48;
}

.qualities-section .card h4 {
  font-size: 1.5rem;
  font-family: 'San Francisco';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.qualities-section .card hr {
  border-color: #373a48;
  width: 3rem;
}

.solutions a {
  color: #373a48;
}

.services-section a {
  color: #373a48;
}

.services-section a:hover {
  text-shadow: 20px 0 20px -4px rgba(0, 0, 0, 0.6);
}

.services-section {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding: 10rem 0;
}

.services-section .featured-text {
  font-family: 'San Francisco';
  padding: 2rem;
}

@media (min-width: 992px) {
  .services-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #373a48;
  }
}

.services-section .project-text {
  padding: 3rem;
  font-size: 90%;
  font-family: 'San Francisco';
}

@media (min-width: 992px) {
  .services-section .project-text {
    padding: 5rem;
  }

  .services-section .project-text hr {
    border-color: #373a48;
    border-width: .25rem;
    width: 30%;
  }
}

.bg-blue {
  background-color: #f4efef;
}

/* Time Line */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline>li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline>li:after, .timeline>li:before {
  display: table;
  content: ' ';
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 4px solid #e9ecef;
  background-color: #f4efef;
}

.timeline-image img {
  opacity: 0.6;
}

.timeline-image img:hover {
  opacity: 1;
  box-shadow: 20px 0 20px -2px rgba(0, 0, 0, 0.6);
}

.timeline-inverted .timeline-image img:hover {
  opacity: 1;
  box-shadow: -20px 0 20px -2px rgba(0, 0, 0, 0.6);
}

.timeline>li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline>li {
    min-height: 100px;
    margin-bottom: 100px;
  }

  .timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline>li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline>li {
    min-height: 150px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline>li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline>li {
    min-height: 170px;
  }

  .timeline>li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline>li .timeline-image h4 {
    margin-top: 40px;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/* Parallax Section */
.careers-banner {
	background-image: url(../images/careers.jpg);
	height: 45vh;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.careers-banner-header {
	color: #845E00;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	background-blend-mode: soft-light;
	margin-top: 0px;
}

.careers-banner-description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 35vh;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-blend-mode: difference;
	background-color: rgb(80, 80, 80, 0.4);
}

.single-job-items {
	padding: 10px 30px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.collapsible-content {
	font-size: 16px; 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-job-items {
		padding: 20px 7px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-job-items {
		padding: 20px 25px
	}
}

.single-job-items .company-img img {
	overflow: hidden;
	float: left;
	margin-right: 32px;
	z-index: 999
}

@media (max-width: 767px) {
	.single-job-items .job-tittle {
		padding-top: 25px
	}
}

.single-job-items .job-tittle a h4 {
	color: #28395a;
	font-size: 24px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.single-job-items .job-tittle a h4:hover {
	color: #8b92dd
}

.single-job-items .job-tittle ul {
	margin: 0px;
	padding: 0px;
}


.single-job-items .job-tittle ul li {
	display: inline-block;
	margin-right: 48px;
	font-size: 15px;
	color: #808080;
	line-height: 1.8;
	list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-job-items .job-tittle ul li {
		margin-right: 18px;
		padding-right: 20vh;
	}
}

@media (max-width: 767px) {
	.single-job-items .job-tittle ul li {
		margin-right: 0px;
		margin-bottom: 7px;
		padding-right: 14vh;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-job-items .job-tittle ul li {
		margin-right: 8px;
		padding-right: 8vh;
	}
}

.single-job-items .job-tittle ul li:last-child {
	margin-right: 0px
}

.single-job-items .job-tittle ul li i {
	font-size: 14px;
	color: #bbbbbb;
	margin-right: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-job-items .job-tittle2 {
		padding-top: 25px
	}
}

.single-job-items:hover {
	box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.30)
}

.single-job-items .job-items {
	display: flex;
	flex-wrap: wrap
}
